// Title: HappyFace


void main()
{


_HappyFace();

_Exit();
}


 
void _HappyFace()  //a-3
{
cout <<  "HappFace.txt"   << endl  << endl;
cout << "written by rw, I was shocked AI could not do a happy face"  << endl;
cout << endl  << endl;

cout << "                    O  O   0      "  << endl     
cout << "              O       OOO               O"   << endl;
cout << "          Q      OOOOOOOOOOOOO            0"    << endl;
cout << "        Q                                  O" << endl;
cout << "      Q      OOO                 OOO        O" << endl;   
cout << "     Q      O   O               O   O        O" << endl;   
cout << "    O        OOO                 OOO          O" << endl;
cout << "   O                                           O" << endl;
cout << "   O                  UUUU                      O" << endl;
cout << "   O                 U    U                     O" << endl;
cout << "   O                U ---  U                    O" << endl;
cout << "   O                U ---  U                    O" << endl;
cout << "   O                                           O" << endl;
cout << "   O        O                         O       O" << endl;
cout << "    O        O                       O       O" << endl;
cout << "     O         O                    O       O" << endl;
cout << "       0          O               O           "  << endl;
cout << "         O            O O O O             O        " << endl;
cout << "           O                            O          " << endl;
cout << "                O                  O               " << endl;
cout << "                      0      O                     " << endl;
}

